Fix execution of x selection hooks.
authorJohan Bockgård <bojohan@gnu.org>
Wed, 13 Jul 2011 01:48:43 +0000 (03:48 +0200)
committerJohan Bockgård <bojohan@gnu.org>
Wed, 13 Jul 2011 01:48:43 +0000 (03:48 +0200)
commit7a4e0081adca200df95f8e90b9a4e04711252ff9
tree90495f74e78adbf367e9cf97ccfae934d17324aa
parent78b052c5f6fe67a2fa06970ea86a07c4ddb71c5c
Fix execution of x selection hooks.
* xselect.c (Qx_lost_selection_functions)
(Qx_sent_selection_functions): New vars.
(syms_of_xselect): DEFSYM them.
(x_handle_selection_request): Pass Qx_sent_selection_functions
rather than Vx_sent_selection_functions to Frun_hook_with_args.
(x_handle_selection_clear,x_clear_frame_selections):
Pass Qx_lost_selection_functions rather than
Vx_lost_selection_functions to Frun_hook_with_args.
src/ChangeLog
src/xselect.c